﻿input img{
	border:none;
}
body {
	font-family: "microsoft yahei";
}

* {
	margin: 0;
	padding: 0
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clear{
	clear: both;
}
a{
	text-decoration: none;
}
/*====================侧边栏菜单 start========================================*/
.sidebar{
	position:fixed;
	right:18px;
	top:200px;
	z-index:999999;
}
.sidebar .icon{
	color:#fff;
}
.sidebar .tel{
	width:48px;
	height:48px;
	background:#909498;
	padding:12px 0 0 14px;
	/*position:relative;*/
}
.sidebar .baidu{
	width:50px;
	height:50px;
	background:#909498;
	padding:10px 0 0 12px;
}
.sidebar .baidu img{
	width:37px;
	height:40px;
}
.sidebar .qq{
	width:48px;
	height:48px;
	background:#909498;
	padding:12px 0 0 14px;
}
.sidebar .return{
	width:46px;
	height:44px;
	background:#909498;
	padding:16px 0 0 16px;
}
.sidebar .mb2{
	margin-bottom: 2px;
}

.sidebar .qq .iconfont{
	font-size:34px;
}
.return .iconfont{
	font-size:30px;
}
.sidebar .teljs{
	background: #28a7e1;
	width:236px;
	height:60px;
	line-height:52px;
	font-size:25px;
	color:#fff;
	text-indent:8px;
}
.sidebar .wrap{
	width:236px;
	height:60px;
	position:absolute;
	left:-237px;
	top:0;
	overflow: hidden;
}
.sidebar .qqjs{
	background: #28a7e1;
	width:236px;
	height:60px;
	line-height:52px;
	font-size:22px;
	color:#fff;
	text-indent:8px;
}
.sidebar .wrapqq{
	width:236px;
	height:60px;
	position:absolute;
	left:-237px;
	top:124px;
/* 	top:62px; */
	overflow: hidden;
}
.sidebar .baidujs{
	background: #28a7e1;
	width:236px;
	height:60px;
	line-height:60px;
	font-size:22px;
	color:#fff;
	text-indent:15px;
	letter-spacing:15px;
}
.sidebar .baidujs a{
	color:#fff;
}
.sidebar .wrapbaidu{
	width:236px;
	height:240px;
	position:absolute;
	left:-237px;
	top:62px;
	overflow: hidden;
}
/*====================侧边栏菜单end========================================*/
